Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NArrayHelpers<T> Class / bxQ Method


In This Topic
    bxQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Shared Function bxQ( _
       ByVal CxQ() As T, _
       ByVal dxQ As INGreaterThanComparer(Of T), _
       ByVal ExQ As System.Integer, _
       ByVal fxQ As System.Integer _
    ) As T
    'Usage
     
    
    Dim CxQ() As T
    Dim dxQ As INGreaterThanComparer(Of T)
    Dim ExQ As System.Integer
    Dim fxQ As System.Integer
    Dim value As T
     
    value = NArrayHelpers(Of T).bxQ(CxQ, dxQ, ExQ, fxQ)
    internal static T bxQ( 
       T[] CxQ,
       INGreaterThanComparer<T> dxQ,
       System.int ExQ,
       System.int fxQ
    )

    Parameters

    CxQ
    dxQ
    ExQ
    fxQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also